func github.com/valyala/fastjson.s2b
5 uses
github.com/valyala/fastjson (current package)
parser.go#L305: b := s2b(s) // It is safe to do, since s points to a byte slice in Parser.b.
parser.go#L572: f(s2b(kv.k), kv.v)
parser.go#L865: return s2b(v.s)
parser.go#L914: return s2b(v.s), nil
util.go#L12: func s2b(s string) (b []byte) {
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)